home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / dhtmlunl / dhtml.exe / CD Content / Chap26 / dun26_4.txt < prev    next >
Encoding:
Text File  |  1997-12-18  |  181 b   |  10 lines

  1. if(navigator.appName == "Netscape") {
  2.     nav = "ns4"
  3.     doc = "document";
  4.     sty = "";
  5. } else {
  6.     nav = "ie4"
  7.     doc = "document.all";
  8.     sty = ".style";
  9. }
  10.